home *** CD-ROM | disk | FTP | other *** search
- -- card: 4603 from stack: in
- -- bmap block id: 7607
- -- flags: 4000
- -- background id: 6336
- -- name: Experience Calculator
- ----- HyperTalk script -----
- on distributeitA
- global texptemp, tnametemp
- global name1, name2, name3, name12
- global name4, name5, name6, name7, name8, name9, name10, name11
- if tnametemp is name1 then add texptemp to field "xt&ipoints1"
- if tnametemp is name2 then add texptemp to field "xt&ipoints2"
- if tnametemp is name3 then add texptemp to field "xt&ipoints3"
- if tnametemp is name4 then add texptemp to field "xt&ipoints4"
- if tnametemp is name5 then add texptemp to field "xt&ipoints5"
- if tnametemp is name6 then add texptemp to field "xt&ipoints6"
- if tnametemp is name7 then add texptemp to field "xt&ipoints7"
- if tnametemp is name8 then add texptemp to field "xt&ipoints8"
- if tnametemp is name9 then add texptemp to field "xt&ipoints9"
- if tnametemp is name10 then add texptemp to field "xt&ipoints10"
- if tnametemp is name11 then add texptemp to field "xt&ipoints11"
- if tnametemp is name12 then add texptemp to field "xt&ipoints12"
- end distributeitA
-
-
- on distributeitB
- global texptemp, partynumber
- put 0 into partynumber
- if field xname1 is not empty and hilite of button expcheck1 is false then add 1 to partynumber
- if field xname2 is not empty and hilite of button expcheck2 is false then add 1 to partynumber
- if field xname3 is not empty and hilite of button expcheck3 is false then add 1 to partynumber
- if field xname4 is not empty and hilite of button expcheck4 is false then add 1 to partynumber
- if field xname5 is not empty and hilite of button expcheck5 is false then add 1 to partynumber
- if field xname6 is not empty and hilite of button expcheck6 is false then add 1 to partynumber
- if field xname7 is not empty and hilite of button expcheck7 is false then add 1 to partynumber
- if field xname8 is not empty and hilite of button expcheck8 is false then add 1 to partynumber
- if field xname9 is not empty and hilite of button expcheck9 is false then add 1 to partynumber
- if field xname10 is not empty and hilite of button expcheck10 is false then add 1 to partynumber
- if field xname11 is not empty and hilite of button expcheck11 is false then add 1 to partynumber
- if field xname12 is not empty and hilite of button expcheck12 is false then add 1 to partynumber
-
- divide texptemp by partynumber
- put round(texptemp) into texptemp
-
- if field xname1 is not empty and hilite of button expcheck1 is false then add texptemp to field "xt&ipoints1"
- if field xname2 is not empty and hilite of button expcheck2 is false then add texptemp to field "xt&ipoints2"
- if field xname3 is not empty and hilite of button expcheck3 is false then add texptemp to field "xt&ipoints3"
- if field xname4 is not empty and hilite of button expcheck4 is false then add texptemp to field "xt&ipoints4"
- if field xname5 is not empty and hilite of button expcheck5 is false then add texptemp to field "xt&ipoints5"
- if field xname6 is not empty and hilite of button expcheck6 is false then add texptemp to field "xt&ipoints6"
- if field xname7 is not empty and hilite of button expcheck7 is false then add texptemp to field "xt&ipoints7"
- if field xname8 is not empty and hilite of button expcheck8 is false then add texptemp to field "xt&ipoints8"
- if field xname9 is not empty and hilite of button expcheck9 is false then add texptemp to field "xt&ipoints9"
- if field xname10 is not empty and hilite of button expcheck10 is false then add texptemp to field "xt&ipoints10"
- if field xname11 is not empty and hilite of button expcheck11 is false then add texptemp to field "xt&ipoints11"
- if field xname12 is not empty and hilite of button expcheck12 is false then add texptemp to field "xt&ipoints12"
- end distributeitB
-
-
- on distributeitC
- global texptemp, tnametemp
- global name1, name2, name3, name12
- global name4, name5, name6, name7, name8, name9, name10, name11
- if tnametemp is name1 then add texptemp to field "xs&dpoints1"
- if tnametemp is name2 then add texptemp to field "xs&dpoints2"
- if tnametemp is name3 then add texptemp to field "xs&dpoints3"
- if tnametemp is name4 then add texptemp to field "xs&dpoints4"
- if tnametemp is name5 then add texptemp to field "xs&dpoints5"
- if tnametemp is name6 then add texptemp to field "xs&dpoints6"
- if tnametemp is name7 then add texptemp to field "xs&dpoints7"
- if tnametemp is name8 then add texptemp to field "xs&dpoints8"
- if tnametemp is name9 then add texptemp to field "xs&dpoints9"
- if tnametemp is name10 then add texptemp to field "xs&dpoints10"
- if tnametemp is name11 then add texptemp to field "xs&dpoints11"
- if tnametemp is name12 then add texptemp to field "xs&dpoints12"
- end distributeitC
-
-
- on distributeitD
- global texptemp, partynumber
- put 0 into partynumber
- if field xname1 is not empty and hilite of button expcheck1 is false then add 1 to partynumber
- if field xname2 is not empty and hilite of button expcheck2 is false then add 1 to partynumber
- if field xname3 is not empty and hilite of button expcheck3 is false then add 1 to partynumber
- if field xname4 is not empty and hilite of button expcheck4 is false then add 1 to partynumber
- if field xname5 is not empty and hilite of button expcheck5 is false then add 1 to partynumber
- if field xname6 is not empty and hilite of button expcheck6 is false then add 1 to partynumber
- if field xname7 is not empty and hilite of button expcheck7 is false then add 1 to partynumber
- if field xname8 is not empty and hilite of button expcheck8 is false then add 1 to partynumber
- if field xname9 is not empty and hilite of button expcheck9 is false then add 1 to partynumber
- if field xname10 is not empty and hilite of button expcheck10 is false then add 1 to partynumber
- if field xname11 is not empty and hilite of button expcheck11 is false then add 1 to partynumber
- if field xname12 is not empty and hilite of button expcheck12 is false then add 1 to partynumber
-
- divide texptemp by partynumber
- put round(texptemp) into texptemp
-
- if field xname1 is not empty and hilite of button expcheck1 is false then add texptemp to field "xs&dpoints1"
- if field xname2 is not empty and hilite of button expcheck2 is false then add texptemp to field "xs&dpoints2"
- if field xname3 is not empty and hilite of button expcheck3 is false then add texptemp to field "xs&dpoints3"
- if field xname4 is not empty and hilite of button expcheck4 is false then add texptemp to field "xs&dpoints4"
- if field xname5 is not empty and hilite of button expcheck5 is false then add texptemp to field "xs&dpoints5"
- if field xname6 is not empty and hilite of button expcheck6 is false then add texptemp to field "xs&dpoints6"
- if field xname7 is not empty and hilite of button expcheck7 is false then add texptemp to field "xs&dpoints7"
- if field xname8 is not empty and hilite of button expcheck8 is false then add texptemp to field "xs&dpoints8"
- if field xname9 is not empty and hilite of button expcheck9 is false then add texptemp to field "xs&dpoints9"
- if field xname10 is not empty and hilite of button expcheck10 is false then add texptemp to field "xs&dpoints10"
- if field xname11 is not empty and hilite of button expcheck11 is false then add texptemp to field "xs&dpoints11"
- if field xname12 is not empty and hilite of button expcheck12 is false then add texptemp to field "xs&dpoints12"
- end distributeitD
-
-
- on propexp
- global name1, name2, name3, name4, name5, name6, name7, name8
- global name9, name10, name11, name12, xmbytemp, xmdamtemp
- if name1 is xmbytemp and hilite of button expcheck1 is false then
- add xmdamtemp to field "xmonsterpoints1"
- end if
- if name2 is xmbytemp and hilite of button expcheck2 is false then
- add xmdamtemp to field "xmonsterpoints2"
- end if
- if name3 is xmbytemp and hilite of button expcheck3 is false then
- add xmdamtemp to field "xmonsterpoints3"
- end if
- if name4 is xmbytemp and hilite of button expcheck4 is false then
- add xmdamtemp to field "xmonsterpoints4"
- end if
- if name5 is xmbytemp and hilite of button expcheck5 is false then
- add xmdamtemp to field "xmonsterpoints5"
- end if
- if name6 is xmbytemp and hilite of button expcheck6 is false then
- add xmdamtemp to field "xmonsterpoints6"
- end if
- if name7 is xmbytemp and hilite of button expcheck7 is false then
- add xmdamtemp to field "xmonsterpoints7"
- end if
- if name8 is xmbytemp and hilite of button expcheck8 is false then
- add xmdamtemp to field "xmonsterpoints8"
- end if
- if name9 is xmbytemp and hilite of button expcheck9 is false then
- add xmdamtemp to field "xmonsterpoints9"
- end if
- if name10 is xmbytemp and hilite of button expcheck10 is false then
- add xmdamtemp to field "xmonsterpoints10"
- end if
- if name11 is xmbytemp and hilite of button expcheck11 is false then
- add xmdamtemp to field "xmonsterpoints11"
- end if
- if name12 is xmbytemp and hilite of button expcheck12 is false then
- add xmdamtemp to field "xmonsterpoints12"
- end if
- end propexp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=140 top=91 right=109 bottom=160
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Equalize
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "proportion" to false
- set hilite of button "equalize" to true
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=114 top=91 right=109 bottom=134
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Proportion
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "proportion" to true
- set hilite of button "equalize" to false
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=404 top=109 right=127 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No1
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes1" to false
- set hilite of button "No1" to true
- end mouseUp
-
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=385 top=109 right=127 bottom=405
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes1
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes1" to true
- set hilite of button "No1" to false
- end mouseUp
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=385 top=127 right=145 bottom=405
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes2
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes2" to true
- set hilite of button "No2" to false
- end mouseUp
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=385 top=145 right=163 bottom=405
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes3
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes3" to true
- set hilite of button "No3" to false
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=385 top=163 right=181 bottom=405
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes4
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes4" to true
- set hilite of button "No4" to false
- end mouseUp
-
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=385 top=181 right=199 bottom=405
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes5
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes5" to true
- set hilite of button "No5" to false
- end mouseUp
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=385 top=199 right=217 bottom=405
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes6
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes6" to true
- set hilite of button "No6" to false
- end mouseUp
-
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=385 top=217 right=235 bottom=405
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes7
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes7" to true
- set hilite of button "No7" to false
- end mouseUp
-
-
-
- -- part 21 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=385 top=235 right=253 bottom=405
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes8
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes8" to true
- set hilite of button "No8" to false
- end mouseUp
-
-
-
- -- part 22 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=385 top=253 right=271 bottom=405
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes9
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes9" to true
- set hilite of button "No9" to false
- end mouseUp
-
-
-
- -- part 23 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=385 top=271 right=289 bottom=405
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes10
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes10" to true
- set hilite of button "No10" to false
- end mouseUp
-
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=385 top=289 right=307 bottom=405
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes11
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes11" to true
- set hilite of button "No11" to false
- end mouseUp
-
-
-
- -- part 25 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=385 top=307 right=325 bottom=405
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes12
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes12" to true
- set hilite of button "No12" to false
- end mouseUp
-
-
-
- -- part 26 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=404 top=127 right=145 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No2
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes2" to false
- set hilite of button "No2" to true
- end mouseUp
-
-
-
- -- part 27 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=404 top=145 right=163 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No3
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes3" to false
- set hilite of button "No3" to true
- end mouseUp
-
-
-
- -- part 28 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=404 top=163 right=181 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No4
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes4" to false
- set hilite of button "No4" to true
- end mouseUp
-
-
-
- -- part 29 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=404 top=181 right=199 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No5
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes5" to false
- set hilite of button "No5" to true
- end mouseUp
-
-
-
- -- part 30 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=404 top=199 right=217 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No6
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes6" to false
- set hilite of button "No6" to true
- end mouseUp
-
-
-
- -- part 31 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=404 top=217 right=235 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No7
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes7" to false
- set hilite of button "No7" to true
- end mouseUp
-
-
-
- -- part 32 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=404 top=235 right=253 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No8
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes8" to false
- set hilite of button "No8" to true
- end mouseUp
-
-
-
- -- part 33 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=404 top=253 right=271 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No9
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes9" to false
- set hilite of button "No9" to true
- end mouseUp
-
-
-
- -- part 34 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=404 top=271 right=289 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No10
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes10" to false
- set hilite of button "No10" to true
- end mouseUp
-
-
-
- -- part 35 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=404 top=289 right=307 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No11
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes11" to false
- set hilite of button "No11" to true
- end mouseUp
-
-
-
- -- part 36 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=404 top=307 right=325 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No12
- ----- HyperTalk script -----
- on mouseUp
- set hilite of button "Yes12" to false
- set hilite of button "No12" to true
- end mouseUp
-
-
-
- -- part 37 (button)
- -- low flags: 80
- -- high flags: 0006
- -- rect: left=72 top=110 right=128 bottom=92
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: expcheck1
-
-
- -- part 38 (button)
- -- low flags: 80
- -- high flags: 0006
- -- rect: left=72 top=128 right=146 bottom=92
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: expcheck2
-
-
- -- part 39 (button)
- -- low flags: 80
- -- high flags: 0006
- -- rect: left=72 top=146 right=164 bottom=92
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: expcheck3
-
-
- -- part 40 (button)
- -- low flags: 80
- -- high flags: 0006
- -- rect: left=72 top=164 right=182 bottom=92
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: expcheck4
-
-
- -- part 41 (button)
- -- low flags: 80
- -- high flags: 0006
- -- rect: left=72 top=182 right=200 bottom=92
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: expcheck5
-
-
- -- part 42 (button)
- -- low flags: 80
- -- high flags: 0006
- -- rect: left=72 top=200 right=218 bottom=92
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: expcheck6
-
-
- -- part 43 (button)
- -- low flags: 80
- -- high flags: 0006
- -- rect: left=72 top=218 right=236 bottom=92
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: expcheck7
-
-
- -- part 44 (button)
- -- low flags: 80
- -- high flags: 0006
- -- rect: left=72 top=236 right=254 bottom=92
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: expcheck8
-
-
- -- part 45 (button)
- -- low flags: 80
- -- high flags: 0006
- -- rect: left=72 top=254 right=272 bottom=92
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: expcheck9
-
-
- -- part 46 (button)
- -- low flags: 80
- -- high flags: 0006
- -- rect: left=72 top=272 right=290 bottom=92
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: expcheck10
-
-
- -- part 47 (button)
- -- low flags: 80
- -- high flags: 0006
- -- rect: left=72 top=290 right=308 bottom=92
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: expcheck11
-
-
- -- part 48 (button)
- -- low flags: 80
- -- high flags: 0006
- -- rect: left=72 top=308 right=326 bottom=92
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: expcheck12
-